ComponentOne Xamarin.iOS
MoveCurrentToLast Method


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CollectionViewBase<T> Class : MoveCurrentToLast Method
Sets the last item in the view as the current item.
Syntax
'Declaration
 
Public Function MoveCurrentToLast() As Boolean
'Usage
 
Dim instance As C1CollectionViewBase(Of T)
Dim value As Boolean
 
value = instance.MoveCurrentToLast()
public bool MoveCurrentToLast()
See Also

Reference

C1CollectionViewBase<T> Class
C1CollectionViewBase<T> Members